home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2621 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: port5.sniff.smallmedia.com!user
  2. From: mhoward@plainfield.bypass.com (Mark Howard)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: iHelp! Dumb question for smart THINK C users.
  5. Date: Mon, 22 Jan 1996 08:40:11 -0500
  6. Organization: TGF Internet Services
  7. Distribution: world
  8. Message-ID: <mhoward-2201960840110001@port5.sniff.smallmedia.com>
  9. References: <stlabguest-2001961601280001@pm71001.scilab.wesleyan.edu> <Pine.A32.3.91.960121025559.33359I-100000@red.weeg.uiowa.edu>
  10. NNTP-Posting-Host: port5.sniff.smallmedia.com
  11.  
  12. In article <Pine.A32.3.91.960121025559.33359I-100000@red.weeg.uiowa.edu>,
  13. The Amorphous Mass <robinson@blue.weeg.uiowa.edu> wrote:
  14.  
  15. > On Sat, 20 Jan 1996, STLab Public Access Macintosh wrote:
  16. > > I'm a total newbie to C programming, but I got a copy of THINK C yesterday
  17. > > and decided to try to learn.  So I tried a very simple program:
  18.  
  19. The Mac does not have a standard termanal, so for most straight ANSI C
  20. code you need to include in your project something that will provide a
  21. window that acts like a termanal for your program to read from and write
  22. to. With CodeWarrior I include SIOUX in all my C projects for this. THINK
  23. C should have something to do this, check the manual.
  24.  
  25. Good luck
  26. -Mark
  27.